﻿2026-06-04T00:32:36.5882754Z ##[group]Run actions/checkout@v4
2026-06-04T00:32:36.5884264Z with:
2026-06-04T00:32:36.5884820Z   repository: SaberMage/spt-core
2026-06-04T00:32:36.5889247Z   token: ***
2026-06-04T00:32:36.5889877Z   ssh-strict: true
2026-06-04T00:32:36.5890369Z   ssh-user: git
2026-06-04T00:32:36.5890944Z   persist-credentials: true
2026-06-04T00:32:36.5891501Z   clean: true
2026-06-04T00:32:36.5892003Z   sparse-checkout-cone-mode: true
2026-06-04T00:32:36.5892573Z   fetch-depth: 1
2026-06-04T00:32:36.5893048Z   fetch-tags: false
2026-06-04T00:32:36.5893557Z   show-progress: true
2026-06-04T00:32:36.5894068Z   lfs: false
2026-06-04T00:32:36.5894553Z   submodules: false
2026-06-04T00:32:36.5895050Z   set-safe-directory: true
2026-06-04T00:32:36.5895914Z ##[endgroup]
2026-06-04T00:32:36.7015474Z Syncing repository: SaberMage/spt-core
2026-06-04T00:32:36.7018168Z ##[group]Getting Git version info
2026-06-04T00:32:36.7020159Z Working directory is '/home/runner/work/spt-core/spt-core'
2026-06-04T00:32:36.7023070Z [command]/usr/bin/git version
2026-06-04T00:32:36.7112071Z git version 2.54.0
2026-06-04T00:32:36.7137508Z ##[endgroup]
2026-06-04T00:32:36.7153491Z Temporarily overriding HOME='/home/runner/work/_temp/45d81acf-59be-4609-a04d-96e4f0b8aabc' before making global git config changes
2026-06-04T00:32:36.7156595Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T00:32:36.7172122Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/spt-core/spt-core
2026-06-04T00:32:36.7218654Z Deleting the contents of '/home/runner/work/spt-core/spt-core'
2026-06-04T00:32:36.7231372Z ##[group]Initializing the repository
2026-06-04T00:32:36.7232907Z [command]/usr/bin/git init /home/runner/work/spt-core/spt-core
2026-06-04T00:32:36.7365983Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-04T00:32:36.7367744Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-06-04T00:32:36.7369359Z hint: to use in all of your new repositories, which will suppress this warning,
2026-06-04T00:32:36.7370523Z hint: call:
2026-06-04T00:32:36.7374430Z hint:
2026-06-04T00:32:36.7375461Z hint: 	git config --global init.defaultBranch <name>
2026-06-04T00:32:36.7376628Z hint:
2026-06-04T00:32:36.7377831Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-04T00:32:36.7380145Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-04T00:32:36.7382138Z hint:
2026-06-04T00:32:36.7383340Z hint: 	git branch -m <name>
2026-06-04T00:32:36.7384756Z hint:
2026-06-04T00:32:36.7386244Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-06-04T00:32:36.7388496Z Initialized empty Git repository in /home/runner/work/spt-core/spt-core/.git/
2026-06-04T00:32:36.7393105Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-core
2026-06-04T00:32:36.7432474Z ##[endgroup]
2026-06-04T00:32:36.7434196Z ##[group]Disabling automatic garbage collection
2026-06-04T00:32:36.7436610Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T00:32:36.7463456Z ##[endgroup]
2026-06-04T00:32:36.7465234Z ##[group]Setting up auth
2026-06-04T00:32:36.7470647Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T00:32:36.7501251Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T00:32:36.7855360Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T00:32:36.7883743Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T00:32:36.8109759Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T00:32:36.8131461Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T00:32:36.8315160Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T00:32:36.8913055Z ##[endgroup]
2026-06-04T00:32:36.8914857Z ##[group]Fetching the repository
2026-06-04T00:32:36.8917518Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0067170f7f1b96c3b651065e354aad0f6568abc8:refs/remotes/origin/dev-freeform
2026-06-04T00:32:37.2963228Z From https://github.com/SaberMage/spt-core
2026-06-04T00:32:37.2967465Z  * [new ref]         0067170f7f1b96c3b651065e354aad0f6568abc8 -> origin/dev-freeform
2026-06-04T00:32:37.3040774Z ##[endgroup]
2026-06-04T00:32:37.3050727Z ##[group]Determining the checkout info
2026-06-04T00:32:37.3070650Z ##[endgroup]
2026-06-04T00:32:37.3111094Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T00:32:37.3115075Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T00:32:37.3119815Z ##[group]Checking out the ref
2026-06-04T00:32:37.3121896Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T00:32:37.3265274Z Switched to a new branch 'dev-freeform'
2026-06-04T00:32:37.3280863Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T00:32:37.3289017Z ##[endgroup]
2026-06-04T00:32:37.3312008Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T00:32:37.3332763Z 0067170f7f1b96c3b651065e354aad0f6568abc8
